texturesynthesis
Class TextureSynthesizerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by texturesynthesis.TextureSynthesizerException
All Implemented Interfaces:
java.io.Serializable

public class TextureSynthesizerException
extends java.lang.Exception

A wrapper class for texture synthesis related exceptions.

Author:
Aki Koskinen
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          The serial version uid of this class.
 
Constructor Summary
TextureSynthesizerException(java.lang.String msg)
          Creates a new exception with a message.
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
The serial version uid of this class.

See Also:
Constant Field Values
Constructor Detail

TextureSynthesizerException

public TextureSynthesizerException(java.lang.String msg)
Creates a new exception with a message.

Parameters:
msg - message