de.saar.chorus.domgraph.utool
Class AbstractOptionsParsingException
Object
Throwable
Exception
AbstractOptionsParsingException
- All Implemented Interfaces:
- Serializable
public class AbstractOptionsParsingException
- extends Exception
- See Also:
- Serialized Form
Methods inherited from class Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AbstractOptionsParsingException
public AbstractOptionsParsingException(int exitcode)
AbstractOptionsParsingException
public AbstractOptionsParsingException(String message,
Throwable cause,
int exitcode)
AbstractOptionsParsingException
public AbstractOptionsParsingException(String message,
int exitcode)
AbstractOptionsParsingException
public AbstractOptionsParsingException(Throwable cause,
int exitcode)
AbstractOptionsParsingException
public AbstractOptionsParsingException()
AbstractOptionsParsingException
public AbstractOptionsParsingException(String message,
Throwable cause)
AbstractOptionsParsingException
public AbstractOptionsParsingException(String message)
AbstractOptionsParsingException
public AbstractOptionsParsingException(Throwable cause)
getExitcode
public int getExitcode()
toString
public String toString()
- Overrides:
toString
in class Throwable
comprehensiveErrorMessage
public String comprehensiveErrorMessage()