
public class PhysicalFileException extends Exception
| Constructor and Description |
|---|
PhysicalFileException(Message[] messages)
Creates a new
PhysicalFileException instance taking an array of messages describing the exception. |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
Returns the message of the exception.
|
Message[] |
getMessages()
Getter for property
messages. |
String |
toString()
Returns a string representation of the object.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic PhysicalFileException(Message[] messages)
PhysicalFileException instance taking an array of messages describing the exception.messages - array of messages describing the exception or null if no information is available.public String getMessage()
getMessage in class Throwablepublic final Message[] getMessages()
messages.Copyright © 2005–2014 jDTAUS. All rights reserved.