charva.awt
Class TerminfoCapabilityException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycharva.awt.TerminfoCapabilityException
All Implemented Interfaces:
java.io.Serializable

public class TerminfoCapabilityException
extends java.lang.Exception

This exception is thrown by the Toolkit class when it cannot find a requested capability in the terminfo database (or when it finds the requested capability but it is of the wrong type).

See Also:
Serialized Form

Constructor Summary
TerminfoCapabilityException()
           
TerminfoCapabilityException(java.lang.String msg)
           
 
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

TerminfoCapabilityException

public TerminfoCapabilityException()

TerminfoCapabilityException

public TerminfoCapabilityException(java.lang.String msg)