org.nanocontainer.script
Class UnsupportedScriptTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.picocontainer.PicoException
org.nanocontainer.script.UnsupportedScriptTypeException
- All Implemented Interfaces:
- Serializable
public class UnsupportedScriptTypeException
- extends org.picocontainer.PicoException
Indicates that a given file extension has no corresponding builder. The
message will also indicate all supported builders.
- Version:
- 1.0
- Author:
- Michael Rimov
- See Also:
- Serialized Form
Methods inherited from class org.picocontainer.PicoException |
getCause, printStackTrace, printStackTrace, printStackTrace |
UnsupportedScriptTypeException
public UnsupportedScriptTypeException(String specifiedFileExtension,
String[] allSupportedFileExtensions)
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
getSystemSupportedExtensions
public String[] getSystemSupportedExtensions()
getRequestedExtension
public String getRequestedExtension()
Copyright © 2003-2009 Codehaus. All Rights Reserved.