Serializable
, org.refcodes.exception.ErrorCodeAccessor
, org.refcodes.exception.Trap
, org.refcodes.mixin.PathAccessor
public class IllegalPathException extends FileSystemException
org.refcodes.exception.ErrorCodeAccessor.ErrorCodeBuilder<B extends org.refcodes.exception.ErrorCodeAccessor.ErrorCodeBuilder<B>>, org.refcodes.exception.ErrorCodeAccessor.ErrorCodeMutator, org.refcodes.exception.ErrorCodeAccessor.ErrorCodeProperty
Constructor | Description |
---|---|
IllegalPathException(String aPath,
String message) |
Instantiates a new illegal path exception.
|
IllegalPathException(String aPath,
String aMessage,
String aErrorCode) |
Instantiates a new illegal path exception.
|
IllegalPathException(String aPath,
String message,
Throwable cause) |
Instantiates a new illegal path exception.
|
IllegalPathException(String aPath,
String aMessage,
Throwable aCause,
String aErrorCode) |
Instantiates a new illegal path exception.
|
IllegalPathException(String aPath,
Throwable cause) |
Instantiates a new illegal path exception.
|
IllegalPathException(String aPath,
Throwable aCause,
String aErrorCode) |
Instantiates a new illegal path exception.
|
Modifier and Type | Method | Description |
---|---|---|
String |
getPath() |
Gets the path.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IllegalPathException(String aPath, String aMessage, String aErrorCode)
aPath
- the pathaMessage
- the messageaErrorCode
- the error codepublic IllegalPathException(String aPath, String aMessage, Throwable aCause, String aErrorCode)
aPath
- the pathaMessage
- the messageaCause
- the causeaErrorCode
- the error codepublic IllegalPathException(String aPath, String message, Throwable cause)
aPath
- the pathmessage
- the messagecause
- the causepublic IllegalPathException(String aPath, String message)
aPath
- the pathmessage
- the messagepublic IllegalPathException(String aPath, Throwable aCause, String aErrorCode)
aPath
- the pathaCause
- the causeaErrorCode
- the error codepublic String getPath()
getPath
in interface org.refcodes.mixin.PathAccessor
Copyright © 2018. All rights reserved.