org.expasy.jpl.commons.base
Class EditorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.expasy.jpl.commons.base.EditorException
- All Implemented Interfaces:
- Serializable
public final class EditorException
- extends RuntimeException
This exception is thrown by a Editor when an object cannot been
correctly edited.
- Version:
- 1.0
- Author:
- nikitin
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
EditorException
public EditorException()
- Empty constructor.
EditorException
public EditorException(String message)
- Constructs a new
EditorException object.
- Parameters:
message - gives a more precise reason about occurring exception.
EditorException
public EditorException(Throwable cause)
- Parameters:
cause - the cause throwing this exception.
EditorException
public EditorException(String message,
Throwable cause)
- Parameters:
message - gives a more precise reason about occurring exception.cause - the cause throwing this exception.
Copyright (c) 2012 Swiss Institute of Bioinformatics. All rights reserved.