net.von_gagern.martin.confoo.mesh
Class MeshException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
MeshException(String message)
          Construct with given message.
MeshException(String message, Throwable cause)
          Construct with given message and wrapping another throwable.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 exception
cause - the cause of the exception


Copyright © 2008 Martin von Gagern. All Rights Reserved.