kz.gamma.hardware.tsp
Class TSPException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by kz.gamma.hardware.tsp.TSPException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
TSPValidationException

public class TSPException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
(package private)  java.lang.Exception underlyingException
           
 
Constructor Summary
TSPException(java.lang.String message)
           
TSPException(java.lang.String message, java.lang.Exception e)
           
 
Method Summary
 java.lang.Exception getUnderlyingException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

underlyingException

java.lang.Exception underlyingException
Constructor Detail

TSPException

public TSPException(java.lang.String message)

TSPException

public TSPException(java.lang.String message,
                    java.lang.Exception e)
Method Detail

getUnderlyingException

public java.lang.Exception getUnderlyingException()


Copyright © 2013 Gamma Technologies. All Rights Reserved.