Uses of Class
org.openflow.util.string.IllegalArgValException

Packages that use IllegalArgValException
org.openflow.util.string Utility classes for string processing. 
 

Uses of IllegalArgValException in org.openflow.util.string
 

Methods in org.openflow.util.string that throw IllegalArgValException
static java.lang.String StringOps.checkName(java.lang.String name)
          Checks to see if name contains anything other than alphanumeric characters, underscores, or spaces.