viper.descriptors.attributes
Class UncomposableException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byviper.descriptors.attributes.UncomposableException
All Implemented Interfaces:
java.io.Serializable

public class UncomposableException
extends java.lang.Exception

Thrown when trying to compose two composable attributes, but, for whatever reason, they don't like it.

Author:
davidm
See Also:
Serialized Form

Constructor Summary
UncomposableException()
          Creates a new instance of UncomposableException without detail message.
UncomposableException(java.lang.String msg)
          Constructs an instance of UncomposableException with the specified detail message.
 
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

UncomposableException

public UncomposableException()
Creates a new instance of UncomposableException without detail message.


UncomposableException

public UncomposableException(java.lang.String msg)
Constructs an instance of UncomposableException with the specified detail message.

Parameters:
msg - the detail message.