public class OTSDrawingException extends Exception
| Constructor and Description | 
|---|
| OTSDrawingException() | 
| OTSDrawingException(String message) | 
| OTSDrawingException(String message,
                   Throwable cause) | 
| OTSDrawingException(Throwable cause) | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OTSDrawingException()
public OTSDrawingException(String message)
message - String; the error messagepublic OTSDrawingException(Throwable cause)
cause - Throwable; the cause of the exception to be includedCopyright © 2014–2019 Delft University of Technology. All rights reserved.