com.threerings.editor
Class InvalidPathsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.threerings.editor.InvalidPathsException
- All Implemented Interfaces:
- Serializable
public class InvalidPathsException
- extends Exception
Thrown to indicate that none of the paths provided to PathProperty are valid.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidPathsException
public InvalidPathsException(String message)
- Creates a new exception with the supplied message.
Copyright © 2011. All Rights Reserved.