net.von_gagern.martin.confoo.mesh
Class MeshException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.von_gagern.martin.confoo.mesh.MeshException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- TriangleInequalityException
public class MeshException
- extends Exception
Exception thrown for unsuitable mesh configurations.
- Since:
- 1.0
- Author:
- Martin von Gagern
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MeshException
public MeshException(String message)
- Construct with given message.
- Parameters:
message - a message describing the exception
MeshException
public MeshException(String message,
Throwable cause)
- Construct with given message and wrapping another throwable.
- Parameters:
message - a message describing the exceptioncause - the cause of the exception
Copyright © 2008 Martin von Gagern. All Rights Reserved.